Missing 'aws-exec-read' and 'log-delivery-write' canned bucket ACLs in s3.d.ts
See original GitHub issueConfirm by changing [ ] to [x] below to ensure that it’s a bug:
- I’ve gone though Developer Guide and API reference
- I’ve checked AWS Forums and StackOverflow for answers
- I’ve searched for previous similar issues and didn’t find any solution
Describe the bug
The BucketCannedACL
type could/should list the aws-exec-read
and log-delivery-write
values to match the documentation:
https://github.com/aws/aws-sdk-js/blob/eb36c972d7dfa729c8e9c7e2d2c806b76ffc071a/clients/s3.d.ts#L892
See https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
Is the issue in the browser/Node.js? Both (TypeScript definitions)
SDK version number v2.603.0
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Access control list (ACL) overview - AWS Documentation
Amazon S3 access control lists (ACLs) enable you to manage access to buckets and objects. Each bucket and object has an ACL attached...
Read more >How can migrate buckets without losing the public ...
1 Answer 1 ... --acl (string) Sets the ACL for the object when the command is performed. If you use this parameter you...
Read more >How To Secure S3 Buckets Effectively
Similarly, to make a S3 bucket public, use the public-read canned ACL which gives Read access to all users. And by using the...
Read more >multer-s3 - npm
If you specify this canned ACL when creating a bucket, Amazon S3 ignores it. log-delivery-write, The LogDelivery group gets WRITE and READ_ACP ...
Read more >'AWS S3' Client Package - R Project
A data frame of buckets. Can be empty (0 rows, 0 columns) if there are no buckets, otherwise contains typically at least columns...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure, I don’t have a problem with discussing with a bot, and updating a source reference every few weeks:
https://github.com/aws/aws-sdk-js/blob/d79f56751a3edb703db3f174806c6f794cb3b846/clients/s3.d.ts#L962
Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue.