@paolafrancesca commented on GitHub:
@JackDallas is this still an issue?
@paolafrancesca commented on GitHub:
@JackDallas can you explain in more details? transfer.sh doesn't create the bucket it writes into. why don't you just create it as public?
@JackDallas commented on GitHub:
Sorry let me re-phrase
Digital ocean provides a S3 service with built in CDN, so the bucket address is <bucketname>.<region>.digitaloceanspaces.com but the…
@paolafrancesca commented on GitHub:
@JackDallas any answer from them to the ticket?
@paolafrancesca commented on GitHub:
@JackDallas now it is clear there is a question on digitalocean community forum about this issue: https://www.digitalocean.com/community/questions/how-to-se…
@paolafrancesca commented on GitHub:
@JackDallas but if the items are created private by default with the aws credentials of transfer.sh I expect that after the same client with the same…
@jtagcat commented on GitHub:
Yes, but I'm also using my self-hosted instance of it.
@JackDallas commented on GitHub:
So Digitalocean don't let you set a bucket wide policy it has to be set per item and items are private by default so you have to include the ACL policiy when you…
@paolafrancesca commented on GitHub:
@JackDallas sorry but it is still not clear
where do you set the base url? as --s3-endpoint to transfer.sh?
what is exactly not working?
why the item…
@paolafrancesca commented on GitHub:
@jtagcat the version hostend on https://transfer.sh and the version in the repo if you self-host are different, so please give more details.
- what version…
@JackDallas commented on GitHub:
ohhhh, So I set the base url to be the CDN provided with the bucket for faster access:
https://bucketname.region.digitaloceanspaces.com
So the link…
@paolafrancesca commented on GitHub:
are you referring to the service hosted at https://transfer.sh?
@paolafrancesca commented on GitHub:
@jtagcat your request is not feasable: to allow you to Ctrl+L Ctrl+C the page should redirect to the url of the file uploaded, but since you can upload…
@jtagcat commented on GitHub:
- No idea where to check that.
dutchcoders/transfer.sh:lateston docker. - the feature does not exist
@georgalis commented on GitHub:
regarding exit codes, if you are using bash or a compatible shell, this has been very helpful:
export PS1="\${?%0} \u@\h:\w "
the "$? variable expansion"…