lmtr0
04/23/2022, 6:11 PMCraiggles
04/23/2022, 6:39 PMIsaac McFadyen | YYZ01
04/23/2022, 6:43 PMIsaac McFadyen | YYZ01
04/23/2022, 6:43 PMkavinplays
04/23/2022, 6:44 PMIsaac McFadyen | YYZ01
04/23/2022, 6:44 PMIsaac McFadyen | YYZ01
04/23/2022, 6:44 PMCraiggles
04/23/2022, 6:51 PMIsaac McFadyen | YYZ01
04/23/2022, 6:51 PMCraiggles
04/23/2022, 6:51 PMIsaac McFadyen | YYZ01
04/23/2022, 6:51 PMCraiggles
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMCraiggles
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMCraiggles
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMCraiggles
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMIsaac McFadyen | YYZ01
04/23/2022, 6:52 PMCraiggles
04/23/2022, 6:52 PMCraiggles
04/23/2022, 6:53 PMChaika
04/23/2022, 7:46 PM401 Unauthorized: <Error><Code>Unauthorized</Code><Message>Unauthorized</Message></Error>
It looks like it's trying to use Sigv4 query string auth though, not sure if that's supported yet. For listing files and other actions like using HEAD to check if the file exists first, it uses the sigv4 authorization header which does work.
Forcing rclone to use multipart uploads fails as well, stating "Malformed XML" on the Complete Multipart Upload. It doesn't seem to be using any unsupported features
(Sorry if my terminology is wrong, I haven't dug much into S3 APIs before other then just using a tool/library for it, and not worrying about the underlying protocol)cole | data
04/23/2022, 10:02 PMjohn.spurlock
04/23/2022, 10:36 PMbucket.list()
returns empty results, shouldn't it return a non-zero number of objects up to some default limit?john.spurlock
04/23/2022, 10:56 PMbucket.head/get()
throw internal error if the key is not found, shouldn't they resolve to null
? (according to the ts types)kian
04/23/2022, 10:57 PM