Model
Config
Magento\AwsS3\Model\Config
What it does
This class provides access to AWS S3 configuration settings stored in Magento's deployment configuration (env.php).
Developers use it to retrieve S3 credentials, bucket information, region, endpoint, and path settings when implementing remote storage functionality with Amazon S3.
Public Methods
- getEndpoint()
- getRegion()
- getBucket()
- getAccessKey()
- getSecretKey()
- getPrefix()
- getPathStyle()