Regarding Upload on s3 in different folder apart from root
Hi,
I m facing one issue. I have using configuration like TestFileSystemConstants::FILE_SYSTEM_S3_ORDER_DOCUMENTS => [ 'sprykerAdapterClass' => Aws3v3FilesystemBuilderPlugin::class, 'root' => '/', 'path' => '/', 'key' => getenv('S3_ORDER_DOCUMENTS_KEY'), 'secret' => getenv('S3_ORDER_DOCUMENTS_SECRET'), 'bucket' => 'capita-staging-order-documents', 'version' => 'latest', 'region' => 'eu-central-1',],
its working fine to upload the order document in root but i need to upload it in different folder for a new process , i tried to used like TestFileSystemConstants::FILE_SYSTEM_S3_ORDER_DOCUMENTS => [ 'sprykerAdapterClass' => Aws3v3FilesystemBuilderPlugin::class, 'root' => '/', 'path' => '/test', 'key' => getenv('S3_ORDER_DOCUMENTS_KEY'), 'secret' => getenv('S3_ORDER_DOCUMENTS_SECRET'), 'bucket' => 'capita-staging-order-documents', 'version' => 'latest', 'region' => 'eu-central-1',],
but it still upload in root location in s3 bucket!
Comments
-
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 75 Spryker News
- 919 Developer Corner
- 779 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 69 Spryker Safari Questions
- 50 Random