Closed chnliyong closed 3 years ago
When using s3:// scheme with a full endpoint URL not contains .amazonaws.com, juicesync now treat it as a s3 compatible storage, the format is s3://[AK:SK@]bucket.endpoint[/prefix]
s3://
.amazonaws.com
s3://[AK:SK@]bucket.endpoint[/prefix]
When using
s3://
scheme with a full endpoint URL not contains.amazonaws.com
, juicesync now treat it as a s3 compatible storage, the format iss3://[AK:SK@]bucket.endpoint[/prefix]