flownative / localbeach

The Local Beach client written in Go
Apache License 2.0
7 stars 3 forks source link

Custom bucket name for resource download and upload #62

Closed robertlemke closed 1 year ago

robertlemke commented 1 year ago

Local Beach now allows to specify a bucket name when uploading or downloading resources to or from a Beach instance. By default, the public bucket is used and automatically determined from the environment variables found in the Beach instance. However, by specifying --bucket, users can now use the private bucket instead.

robertlemke commented 1 year ago

I found an issue related to private buckets, will push a follow-up.

robertlemke commented 1 year ago

Looks better! 🙉