Script for downloading from Amazon S3 via S3 or HTTP URL in one of these formats:
# Global S3 URI
s3://<bucket>/<key>
# Legacy hostname with path-style
https://s3.amazonaws.com/<bucket>/<key>
# Legacy hostname with virtual-hosted-style
https://<bucket>.s3.amazonaws.com/<key>
# Regional hostname with path-style
https://s3.<region>.amazonaws.com/<bucket>/<key>
# Regional hostname with virtual-hosted-style
https://<bucket>.<region>.s3.amazonaws.com/<key>
Description
Script for downloading from Amazon S3 via S3 or HTTP URL in one of these formats:
Type of change
Screenshot
https://github.com/raycast/script-commands/assets/950244/8c38cc69-807f-44a9-a290-2e2a913b5162
Dependencies / Requirements
Checklist