├── DigiCert_Baltimore_CA-2_G2.cer ├── DigiCert_Baltimore_Root.cer ├── LICENSE ├── README.md ├── aws4_s3_pkg.pkb ├── aws4_s3_pkg.pks └── docs ├── aws_docs.md ├── code_standards.md └── install.md /DigiCert_Baltimore_CA-2_G2.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/DigiCert_Baltimore_CA-2_G2.cer -------------------------------------------------------------------------------- /DigiCert_Baltimore_Root.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/DigiCert_Baltimore_Root.cer -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/README.md -------------------------------------------------------------------------------- /aws4_s3_pkg.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/aws4_s3_pkg.pkb -------------------------------------------------------------------------------- /aws4_s3_pkg.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/aws4_s3_pkg.pks -------------------------------------------------------------------------------- /docs/aws_docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/docs/aws_docs.md -------------------------------------------------------------------------------- /docs/code_standards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/docs/code_standards.md -------------------------------------------------------------------------------- /docs/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmoore-sp/plsql-aws-s3/HEAD/docs/install.md --------------------------------------------------------------------------------