raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
https://raycast.com
MIT License
5.99k stars 887 forks source link

[script] amazon s3 download script #942

Closed zirkelc closed 4 months ago

zirkelc commented 4 months ago

Description

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>

Type of change

Screenshot

https://github.com/raycast/script-commands/assets/950244/8c38cc69-807f-44a9-a290-2e2a913b5162

Dependencies / Requirements

Checklist

dehesa commented 4 months ago

Nice! Thank you for the contribution