-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
@aws-cdk/aws-s3Related to Amazon S3Related to Amazon S3feature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Similar to Bucket.urlForObject(key) which returns the http URL, we should provide a Bucket.s3UrlForObject(key) which returns the URL in the form s3://bucket/key.
Use Case
For services that expect an s3 url, we currently need to construct it manually using the bucket name and key.
Proposed Solution
Add Bucket.s3UrlForObject(key) similar to Bucket.urlForObject(key)
Other
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-s3Related to Amazon S3Related to Amazon S3feature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.