s3-resource icon indicating copy to clipboard operation
s3-resource copied to clipboard

Gracefully handle differences in s3 API support

Open kallisti5 opened this issue 4 years ago • 13 comments

we're using Minio for our s3 bucket storage, and this resource fails to properly connect due to assumptions about supporting the versioning api.

checking failed
resource script '/opt/resource/check []' failed: exit status 1

stderr:
[31merror finding versions: NotImplemented: A header you provided implies functionality that is not implemented
	status code: 501, request id: , host id: 
[0m

kallisti5 avatar Jul 12 '19 20:07 kallisti5