Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make_vcsp_2018 : Adding S3 onprem #89

Open
tkelkermans opened this issue Dec 17, 2019 · 2 comments
Open

make_vcsp_2018 : Adding S3 onprem #89

tkelkermans opened this issue Dec 17, 2019 · 2 comments

Comments

@tkelkermans
Copy link

Hello,

Would it be possible to add a possibility to have it work with an on-prem S3 solution ? So being able to add the url of our S3 solution ?

Thanks

@lamw
Copy link
Owner

lamw commented Dec 17, 2019

possibly ... you'd have to look at your s3 implementation and APIs it offers up. This is really specific for AWS S3, as we're relying on its API and how it works. The source is there for anyone to try it out :)

@SilentT19
Copy link

Hi

for me i have modify theres lines

    s3 = boto3.resource(        
        service_name='s3',
        endpoint_url='https://s3onprem',
        verify='/pathtocertificate'
        )
    s3_client = boto3.client(        
        service_name='s3',
        endpoint_url='https://s3onprem',
        verify='/pathtocertificate'
        )

Between https://github.com/lamw/vmware-scripts/blob/master/python/make_vcsp_2018.py#L373 and https://github.com/lamw/vmware-scripts/blob/master/python/make_vcsp_2018.py#L377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants