bji / libs3

Other
154 stars 151 forks source link

Do not set authorization headers if access key id or secret access key is NULL #101

Open mpartio opened 4 years ago

mpartio commented 4 years ago

If bucket is public, allow access without credentials. Functionality is enabled if access key id or secret access key are NULL; in this case the creation of authorization headers is skipped.

Tested only with S3_get_object().