diff --git a/source/android/cloud-management.rst b/source/android/cloud-management.rst index eb82b0e..d12c06a 100644 --- a/source/android/cloud-management.rst +++ b/source/android/cloud-management.rst @@ -81,6 +81,17 @@ and information about accessing them with WebDAV. .. _android/cloud-management/login-local-storage: +Login S3 +------------------ + +Generate a key that has permissions "Allow List All Bucket Names". (AWS root users have this by default and `this permission may not be necessary in the future `_.) + +"endpoint" refers to how the S3 API for your bucket can be reached. In the case of `official S3 `_, it would be ``s3..amazonaws.com``, for e.g. `Backblaze B2 `_ ``s3..backblazeb2.com``. + +.. image:: ../img/android/add-s3-login-provider.png + :alt: Android S3 connection form + :width: 346px + Login Local Storage ----------------------- diff --git a/source/img/android/add-s3-login-provider.png b/source/img/android/add-s3-login-provider.png new file mode 100644 index 0000000..6f67bc3 Binary files /dev/null and b/source/img/android/add-s3-login-provider.png differ