• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@paolafrancesca commented on GitHub:

@JackDallas is this still an issue?

michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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?

michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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…

michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@paolafrancesca commented on GitHub:

@JackDallas any answer from them to the ticket?

michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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…

michael closed issue usnistgov/macos_security#177 2026-01-19 18:29:31 +00:00
sshd banner check and fix
michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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…

michael commented on issue dutchcoders/transfer.sh#227 2026-01-19 18:29:31 +00:00
Could not save metadata

@paolafrancesca commented on GitHub:

https://github.com/dutchcoders/transfer.sh#disclaimer

michael commented on issue dutchcoders/transfer.sh#228 2026-01-19 18:29:31 +00:00
Open link, after a file is uploaded

@jtagcat commented on GitHub:

Yes, but I'm also using my self-hosted instance of it.

michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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…

michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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…

michael commented on issue dutchcoders/transfer.sh#228 2026-01-19 18:29:31 +00:00
Open link, after a file is uploaded

@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.

  1. what version…
michael commented on issue dutchcoders/transfer.sh#226 2026-01-19 18:29:31 +00:00
Add ACL options for s3 upload

@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…

michael commented on issue dutchcoders/transfer.sh#228 2026-01-19 18:29:31 +00:00
Open link, after a file is uploaded

@paolafrancesca commented on GitHub:

are you referring to the service hosted at https://transfer.sh?

michael commented on issue dutchcoders/transfer.sh#228 2026-01-19 18:29:31 +00:00
Open link, after a file is uploaded

@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…

michael commented on issue dutchcoders/transfer.sh#228 2026-01-19 18:29:31 +00:00
Open link, after a file is uploaded

@jtagcat commented on GitHub:

  1. No idea where to check that. dutchcoders/transfer.sh:latest on docker.
  2. the feature does not exist
michael opened issue usnistgov/macos_security#175 2026-01-19 18:29:30 +00:00
Rule 7.7 Secure User's Home Folder is not reporting correctly
michael opened issue usnistgov/macos_security#176 2026-01-19 18:29:30 +00:00
clientalivecountmax and clientaliveinterval
michael opened issue usnistgov/macos_security#177 2026-01-19 18:29:30 +00:00
sshd banner check and fix
michael commented on issue usnistgov/macos_security#172 2026-01-19 18:29:30 +00:00
os_policy_banner_ssh_configure fails on Ventura even after remediation

@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"…