CloudBackupBundle icon indicating copy to clipboard operation
CloudBackupBundle copied to clipboard

how to configure AWS S3

Open austinPatel opened this issue 7 years ago • 1 comments

gaufrette: service_name: - amazon_backup_filesystem # what should be here - local_backup_filesystem

Please Support ,i am new in symfony

austinPatel avatar Nov 05 '18 06:11 austinPatel

Hi, https://github.com/KnpLabs/KnpGaufretteBundle Example: services: acme.aws_s3.client: class: Aws\S3\S3Client factory: [Aws\S3\S3Client, 'factory'] arguments: - version: latest region: %aws_s3_region% credentials: key: %aws_s3_key% secret: %aws_s3_secret%

knp_gaufrette: adapters: backup: aws_s3: service_id: 'acme.aws_s3.client' bucket_name: %aws_s3_bucket% #detect_content_type: true options: directory: %aws_s3_directory% create: true filesystems: backup: adapter: backup alias: backup_filesystem

dizda_cloud_backup: cloud_storages: gaufrette: service_name: # Gaufrette filesystem(s) service name - backup_filesystem

Alex-Bruno avatar Nov 05 '18 11:11 Alex-Bruno