# Any chance to use AWSS3 to read from google cloud storage

**URL:** https://discourse.julialang.org/t/any-chance-to-use-awss3-to-read-from-google-cloud-storage/16983
**Category:** General Usage
**Tags:** question, cloud-computing
**Created:** [October 30, 2018, 8:54pm UTC](https://discourse.julialang.org/t/any-chance-to-use-awss3-to-read-from-google-cloud-storage/16983 "2018-10-30T20:54:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jwu](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jwu/32/3775_2.png) [@jwu](https://discourse.julialang.org/u/jwu)
#### Post date: [October 30, 2018, 8:54pm UTC](https://discourse.julialang.org/t/any-chance-to-use-awss3-to-read-from-google-cloud-storage/16983/1 "2018-10-30T20:54:04Z")

</div>

@samoconnor If AWSS3.jl is similar with python boto3, is there any chance to change the protocol and perform IO to Google Cloud Storage?

---

<div class="post-metadata">

### Author: ![samoconnor](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/samoconnor/32/1802_2.png) [@samoconnor](https://discourse.julialang.org/u/samoconnor)
#### Post date: [October 31, 2018, 2:00am UTC](https://discourse.julialang.org/t/any-chance-to-use-awss3-to-read-from-google-cloud-storage/16983/2 "2018-10-31T02:00:56Z")

</div>

I haven’t had direct experience with Google Cloud Storage.  
I see that there is a relevant package here: [https://github.com/JuliaCloud/GoogleCloud.jl](https://github.com/JuliaCloud/GoogleCloud.jl)  
Perhaps @joshbode can comment?

---

<div class="post-metadata">

### Author: ![jwu](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jwu/32/3775_2.png) [@jwu](https://discourse.julialang.org/u/jwu)
#### Post date: [October 31, 2018, 2:59am UTC](https://discourse.julialang.org/t/any-chance-to-use-awss3-to-read-from-google-cloud-storage/16983/3 "2018-10-31T02:59:19Z")

</div>

GoogleCloud.jl is not working in Julia 0.7/1.0. I tried to fix it, but still have some issues.  
[https://github.com/JuliaCloud/GoogleCloud.jl/pull/20](https://github.com/JuliaCloud/GoogleCloud.jl/pull/20)
