Skip to content

Commit 3f0d730

Browse files
committed
local storage
1 parent 3974c62 commit 3f0d730

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pdf/aspose-pdf-for-aws/_index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,23 @@ To address these challenges, we have implemented the following environment varia
525525

526526
Environment variables are configured separately for each deployment environment (development, staging, production), streamlining the deployment process and simplifying configuration updates without altering the core application code.
527527

528+
### Default Storage Behavior
529+
530+
By default, the application uses **Local File Storage** for storing and managing your files. This means:
531+
532+
- All processed files are stored on container local file system
533+
- No S3 storage credentials are required
534+
- Files are saved to a local directory on your container
535+
536+
If you want to use AWS S3 instead of local storage for your application files, configure the following environment variables
537+
538+
#### Troubleshooting
539+
540+
> "Access Denied" Errors with S3
541+
542+
- Verify your AWS credentials are correct
543+
- Ensure your IAM user/role has `s3:PutObject`, `s3:GetObject`, `s3:DeleteObject` permissions
544+
- Check that the bucket exists and is accessible from your region
528545

529546
### Environment Variables
530547

0 commit comments

Comments
 (0)