This tab offers configuration options for the storages Event Gallery can use
Batch Size
If you use the sync database process in a browser, Event Gallery will sync all files to check for metadata. This happens by sending a snyc request for the file to the server. This option allows to configure, how many files a single request can sync at once. If you encounter errors during the file sync, you should try to decrease that number since your server might be too slow.
S3 Region
Defines the region in which you stored your buckets. Example:
us-west-2
S3 Key
The first part of your Amazon credentials.
S3 Secret
The second part of your Amazon credentials.
S3 bucket
The name of the bucket you stored your original image files in. The bucket need in the region specified above.
S3 bucket thumbnails
The name of the bucket you want to use for the generated thumbnails. Make sure the bucket name does not contain dots. The bucket need in the region specified above.
Resize API URL
Enter the URL of the resize API here. There is an Amazon Lambda function you can install to speed up the thumbnail creation. If this field is empty, the resize process will be done by your server. You can find the function on GitHub: https://github.com/svenbluege/eventgallery-lambda
Resize API Key
If your resize API needs an access key you can enter it in this field.
Cloundfront Domain
Specify the domain you use to route the files through Cloudfront. Example: d3edkjshfosdl.cloudfront.net.